"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
- Inserted a security note about sql injection
插入了有關sql注入的安全說明。 - The following script shows a simple sql injection
以下腳本顯示了一個簡單的sql注入。 - Added the section " reviewing code for sql injection .
添加了“在代碼中檢查sql注入”部分。 - To avoid sql injection attacks , follow these guidelines
若要避免sql注入攻擊,請遵循以下準則: - Reviewing code for sql injection
在代碼中檢查sql注入 - Follow best practices to help avoid attacks , such as sql injection attacks
遵循最佳做法有助于避免一些攻擊,如sql注入式攻擊。 - Using the execute statement to execute a string facilitates sql injection attacks
使用execute語句執(zhí)行字符串容易受到sql注入攻擊。 - Stored procedures may be susceptible to sql injection if they use unfiltered input
存儲過程如果使用未篩選的輸入,則可能容易受sql injection攻擊。 - Parameterized stored procedures can help protect your application from sql injection attacks
參數(shù)化存儲過程有助于保護應用程序不受sql injection攻擊。 - Filtering input may also be helpful in protecting against sql injection by removing escape characters
篩選輸入可以刪除轉義符,這也可能有助于防止sql注入。